home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / dfqbx10.zip / HISTORY.TXT < prev    next >
Text File  |  1991-10-22  |  11KB  |  237 lines

  1.  
  2.                     HISTORY FILE FOR DOORFRAME (BASCOM 7.X)
  3.                     =======================================
  4.  
  5. Version 1.0
  6. -----------
  7. (11-01-91)
  8.   Although DoorFrame has an extensive history in the QuickBasic 4.x
  9.  environment, this is the initial release for BASCOM 7.x. The two
  10.  libraries are identical expect for the following routines. 
  11.  
  12.                         FindFirstF        GetDrv
  13.                         FindNextF         GetExecPath
  14.                         GetNameF          GetSub
  15.                         Exists%           GetSub1
  16.                         Exist2%           RInstr
  17.                         SubExist
  18.  
  19.  Most of those routines are available in BASCOM and have become redundant.
  20.  
  21.   The HISTORY file for the Quickbasic 4.x version is included below since those
  22.  changes/fixes/enhancements will usually apply to the BASCOM version. Also,
  23.  there may be some things in here that I neglected to add to DFRAME.DOC.
  24.  
  25.  
  26.  
  27.                           HISTORY FILE FOR DOORFRAME
  28.                           ==========================
  29.  
  30. Version 2.4
  31. -----------
  32. (10-05-91)
  33.   Fixed an oversight in writing the Wildcat! 3.x USERINFO.DAT. Line 16
  34.  (DoorLogoff$) will now show "Y" if the caller logged off from the Door.
  35.  
  36. (09-08-91)
  37.   You may now use the ARROW keys. DoorFrame now has an alternate set of keys
  38.  for the Level and Time adjustments. To switch these keys from the ARROW keys
  39.  to the alternate, use SysopKeys% = 1 AFTER you call INITIALIZE. When you
  40.  have SysopKeys% set to 1, PgUp = add time, PgDn = subtract time, INSert =
  41.  add level, and DELete = subtract level. SysopKeys% defaults to 0 so doors
  42.  compiled with previous versions of DoorFrame will work as before.
  43.   When SysopKeys% = 1 pressing one of the arrow keys will return the
  44.  following in RESPONSE$:
  45.     Up Arrow    - RESPONSE$ = "UP"
  46.     Dn Arrow    - RESPONSE$ = "DOWN"
  47.     Left Arrow  - RESPONSE$ = "LEFT"
  48.     Right Arrow - RESPONSE$ = "RIGHT"
  49.  
  50. (09-06-91)
  51.   Would you believe I left out the code for low-intensity white in the
  52.  DIS.PLAY routine! It has been added. (Thanks to Jerry Claxton for finding
  53.  that one!)
  54.   Added the ability to use low intensity colors when using the symbols in
  55.  the DIS.PLAY routine. To make a color low intensity just put a * in front
  56.  of the first symbol. Ex: *}text} displays 'text' in low intensity white.
  57.  
  58. (08-30-91)
  59.   Changed the EXIT.DOOR "G" routine to allow logoffs on all systems, not just
  60.  PCBoard.
  61.   Changed the WildCat! 3.0 routines so that it DOES NOT automatically write
  62.  the USERINFO.DAT file. If you wish to write this file, set User.Info = 1
  63.  before calling EXIT.DOOR.
  64.  
  65. Version 2.3 
  66. -----------
  67. (06-20-91)
  68.   Added support for WildCat! v3.0. This version of WildCat! no longer uses the
  69.  CALLINFO.BBS file. It now uses the 31-line version of DOOR.SYS and creates an
  70.  additional file called USERINFO.DAT. 
  71.  
  72. (7-07-91)
  73.   They finally woke up at Mustang! Software and are now using the standard
  74.  52-line DOOR.SYS like everyone else. This release adjusts for that. Just put
  75.  the path to USERINFO.DAT on line 1 of the .CFG file (instead of DOOR.SYS).
  76.  Make sure that DOOR.SYS is in the same directory as USERINFO.DAT!
  77.  
  78. Version 2.2
  79. -----------
  80. (03-31-91)
  81.   Added support for non-standard IRQ numbers (other than IRQ3/IRQ4). See the
  82.  docs for info on how to implement this.
  83.  
  84. Version 2.1 (03-23-91)
  85. ----------------------
  86.   Modified the LINES routine. Now if you draw intersecting vertical and
  87.  horizontal lines, the appropriate character will be inserted where the
  88.  lines cross. For example, at the intersection of two double lines the
  89.  character ╬ would be printed.
  90.   Tweaked the MORE routine a little. It was doing a CR/LF after the prompt
  91.  so it wasn't getting erased because it was on the line above!
  92.   Also put in logic in the MORE and ENTER routines to restore the cursor to
  93.  it's position before the call.
  94.   Fixed a problem in DORINFOx.DEF where the Sysop names where being taken
  95.  from DORINFO instead of the configuration file. Also allowed for the fact
  96.  that the RBBS DORINFO has 13 lines instead of 12.
  97.   Still didn't have the DORINFOx.DEF quite right for RBBS. Hopefully it will
  98.  work as it should now (helps when you use the correct LINE INPUT statement).
  99.   One more time on DORINFO to fix the BBSSYS$. Also fixed a problem in
  100.  picking up the correct node number.
  101.  
  102. Version 2.0 (02-02-91)
  103. ----------------------
  104.   Fixed a problem with the backspace when the cursor was in columns 79 or
  105.  80 (it wouldn't).
  106.   Enlarged the PRINT USING in the High Score Bulletin. It will now handle
  107.  scores up to 9,999,999,999.
  108.   Made DoorFrames internal error trapping available for those of you who
  109.  wish to utilize it instead of writing your own. All Basic errors are
  110.  trapped and will be written to DFRAME.ERR upon exiting the door.
  111.   Added support for WWIV's CHAIN.TXT file. DoorFrame both reads and writes
  112.  this file. It is untested as of this writing so watch it!
  113.   Added 2 more parameters to the IN.PUT routine. These are INTEGERS and
  114.  indicate the foreground and background colors for the input.
  115.   Updated the CALLINFO.BBS routine to read the newer 36 line format. It
  116.  will still handle the old 30 line format ok.
  117.   Added a parameter to the SHOW.BLT routine. This is a STRING and is
  118.  either "Y" or "N". The "Y" tells the routine to display the "Do you want
  119.  to see the Bulletin" prompt while "N" will bypass the prompt. If you have
  120.  an option on your door menu to view the bulletin, you would use "N" (why
  121.  ask them again!).
  122.  
  123. Version 1.9 (12-31-90)
  124. ----------------------
  125.   Fixed a bug when using the `, @, {, ^ etc. symbols. If one of these
  126.  symbols was entered at an IN.PUT prompt, the program would go bananas.
  127.   I had inadvertantly left out the ENTER prompt at the end of the SEND
  128.  routine so when someone brought it to my attention I belated added it.
  129.  Now I find that is the way some of you want it! So in order to satisfy
  130.  both camps, I have added a parameter to SEND. The syntax is now:
  131.    SEND (MSG$, YN%)   where YN% is an INTEGER. 0 = don't send the ENTER
  132.  prompt at the end, 1 = yes, use it. 
  133.   Added support for Spitfire's SFDOORS.DAT. DoorFrame both reads and writes
  134.  to this file.
  135.   Added the ability to log off from within the Door. However, this option is
  136.  for PCBoard systems only!
  137.   Added MAKE.BLT.CURRENT routine which posts current scores instead of the
  138.  highest scores attained.
  139.   Fixed a bug in the MAKE.BLT routines. It didn't take kindly to an extension
  140.  being included in the Bulletin filename!
  141.  
  142.                          AND THAT'S IT FOR THIS YEAR!!
  143.  
  144. Version 1.8 (12-16-90)
  145. ----------------------
  146.   Added a few more subroutines for programmer convenience. These routines
  147.  will add some capabilities not found in QuickBasic. Routines added are:
  148.    DelFile, DrvSpace, GetDrv, GetExecPath, GetKbd, GetSub, NameCase,
  149.    RInstr, SetError, SetKbd and SubExist.
  150.   Fixed a problem with the ALLOWEDBYTES# variable (helps if you add it to
  151.  the DFRAME.INC file!).
  152.  
  153. Version 1.7 (12-13-90)
  154. ----------------------
  155.   Added support for PCBoard 14.5's USERS.SYS file! Since the bug reports
  156.  had started slacking off, thought I would introduce a few more 8-).
  157.   Added option for no border (spaces) in the BOX.IT routine.
  158.   Forgot to add an ENTER prompt after the last page in the SEND routine. 
  159.  Fixed now.
  160.   Had some reports of Security Levels higher than 32,767 so the LEVEL
  161.  variable has been changed from an INTEGER (%) to a LONG (&).
  162.   Took the Time Left warnings out. They only messed up the screen! So if 
  163.  you want to warn the caller when time gets low, you should check the
  164.  TIMELEFT% variable and display a message accordingly. 
  165.  
  166. Version 1.6 (12-11-90)
  167. ----------------------
  168.   Fixed a problem in the error handling routines. It will hopefully handle
  169.  errors better now and exit gracefully.
  170.   Fixed the 'keyboard timeout' problem when coming out of Chat mode.
  171.   Fixed another Chat mode problem where the lines on the remote screen
  172.  would overwrite when it reached line 23.
  173.   Optimized the library a bit. Cut about 13K off the size of the .LIB.
  174.   Added a check for DOS version. If the DOS version is less than 3.0 it
  175.  will display an error message and exit (DOS 3.0+ is required because the
  176.  files are opened in SHARED mode).
  177.  
  178. Version 1.5 (11-30-90)
  179. ----------------------
  180.   Finally got the midnight time problem fixed where the caller would get a
  181.  time expired message if he had logged on the BBS before midnight and 
  182.  entered the door after midnight.
  183.   Fixed an error when using DORINFOx.DEF. It worked fine as long as
  184.  DORINFOx.DEF was the only thing there but went screwy if you threw a path
  185.  at it.
  186.   When I added the options for color in the middle of a line of text, I
  187.  inadvertantly disabled the full-line blink. Now fixed.
  188.  
  189. Version 1.4 (11-25-90)
  190. ----------------------
  191.   Added some enhancements to the DIS.PLAY routine. By using special symbols,
  192.  selected text can be displayed in different colors (like BLUE, YELLOW, BLUE)
  193.  without having to use 3 DIS.PLAY statements. See the DOCS and DISPLAY.BAS
  194.  for a complete explanation.
  195.   Added the MODE% variable. Previously if you used DETECT.ANSI, the caller
  196.  would be switched to COLOR MODE automatically. With the MODE% variable, the
  197.  color will be on or off depending on the caller's BBS setting.
  198.   Modified the IN.PUT routine somewhat. It now requires 2 parameters to be
  199.  passed. The first parameter is the desired length of the input and the 
  200.  second is the length of time to wait for that input.
  201.  
  202. Version 1.3 (11-20-90)
  203. ----------------------
  204.   Added a time limit option to the IN.PUT routine. See EXINPUT.BAS for
  205.  and example on using it.
  206.   Fixed an 'oversight' in the OUT.PUT routine. Completely left out updating
  207.  the column position!
  208.   Made a correction in the centering routine. Now when you use centering
  209.  with a colored background, you don't get the colored line all the way
  210.  across the screen! Also, if you do an IN.PUT after a center it will be
  211.  properly positioned after the prompt instead of on the right edge.
  212.  
  213. Version 1.2 (11-17-90)
  214. ----------------------
  215.   Made the Keyboard Timeout configurable by the programmer. Before calling
  216.  INITIALIZE, populate TIMEOUT% with the number of seconds you want for
  217.  input. If you do not specify a TIMEOUT%, it will default to 5 minutes.
  218.  The minimum is 60 secs so anything less than that will be the default.
  219.   Added support for DORINFOx.DEF which now gives us QBBS, RBBS, and
  220.  Remote Access! (Note: This needs to be tested more. Any volunteers?)
  221.  
  222. Version 1.1 (11-12-90)
  223. ----------------------
  224.   Fixed a problem with the cursor positioning routines when the local display
  225.  was toggled off (it didn't work!).
  226.   Changed the BOX subroutine to BOX.IT to avoid a naming conflict with other
  227.  add-on packages for QB 4.5. (Crescent Software's for one).
  228.   Added support for CALLINFO.BBS so your doors will now run on Wildcat! 
  229.  systems without a converter!
  230.  
  231. Version 1.0 (11-1-90)
  232. ---------------------
  233. Initialize release.
  234.  
  235.  
  236. 
  237.